home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Utilities / vim-5.1 / README.txt < prev    next >
Encoding:
Text File  |  1998-04-06  |  3.7 KB  |  94 lines

  1. README.txt for version 5.1 of Vim: Vi IMproved.
  2.  
  3. Vim is an almost compatible version of the UNIX editor Vi.  Many new features
  4. have been added: multi level undo, syntax highlighting, command line history,
  5. on-line help, filename completion, block operations, etc.  There is also a
  6. Graphical User Interface (GUI) available.  See doc/vi_diff.txt.
  7.  
  8. This editor is very useful for editing programs and other plain ASCII files.
  9. All commands are given with normal keyboard characters, so those who can type
  10. with ten fingers can work very fast.  Additionally, function keys can be
  11. defined by the user, and the mouse can be used.
  12.  
  13. Vim currently runs under Amiga DOS, MS-DOS, Windows NT, Windows 95, Atari
  14. MiNT, Macintosh, VMS, OS/2 and almost all flavours of UNIX.  There are some
  15. things included for the Archimedes, but it does not work yet.  Porting to
  16. other systems should not be very difficult.
  17.  
  18. Documentation:
  19. The best is to use ":help" in Vim.  If you don't have an executable (yet),
  20. read doc/help.txt.  It contains pointers to the other documentation files.
  21.  
  22. "tutor/README" is a one hour training course for beginners.
  23.  
  24. Copying:
  25. Vim is Charityware.  You can use and copy it as much as you like, but you are
  26. encouraged to make a donation to orphans in Uganda.  Please read the file
  27. "doc/uganda.txt" for details.
  28.  
  29. If you include Vim on a CD-ROM, I would like to receive a copy.  Just so I
  30. know which Vim distributions exists in the world (and to show off to my
  31. friends :-)).
  32.  
  33. There are no restrictions on distributing an unmodified copy of Vim on a
  34. CD-ROM or in any other way.  You are also allowed to include executables, made
  35. from the unmodified Vim sources.
  36.  
  37. If you distribute a modified version of Vim, you must send the maintainer a
  38. copy, including the source code.  Or make it available to the maintainer
  39. through ftp; let him know where It can be found.  If the number of changes is
  40. small (e.g., a modified Makefile) e-mailing the diffs will do.  The maintainer
  41. preserves the right to include any changes in the official version of Vim.  It
  42. is not allowed to distribute a modified version of Vim without making the
  43. source code available to the maintainer.
  44. The current maintainer is Bram Moolenaar (Bram@vim.org).  If this changes, it
  45. will be announced in appropriate places (most likely www.vim.org and
  46. comp.editors).
  47. It is not allowed to remove these restrictions from the distribution of the
  48. Vim sources.
  49.  
  50. Compiling:
  51. All stuff for compiling Vim is in the "src" directory.  See src/INSTALL for
  52. instructions.
  53.  
  54.  
  55. The latest news about Vim can be found in the Vim home page:
  56.     <URL:http://www.vim.org/>
  57.  
  58. If you have problems, have a look at the Vim FAQ:
  59.     <URL:http://www.vim.org/faq/>
  60.  
  61. Send bug reports to:
  62.     Bram Moolenaar <Bram@vim.org>
  63.  
  64. There are three mailing lists for Vim:
  65. <vim@vim.org>
  66.     For discussions about using existing versions of Vim: Useful mappings,
  67.     questions, answers, where to get a specific version, etc.
  68. <vim-dev@vim.org>
  69.     For discussions about changing Vim: New features, porting, beta-test
  70.     versions, etc.
  71. <vim-announce@vim.org>
  72.     Announcements about new versions of Vim; also beta-test versions and
  73.     ports to different systems.
  74.  
  75. See <URL:http://www.vim.org/mail.html>.
  76.  
  77. NOTE:
  78. - You can only send messages to these lists if you have subscribed!
  79. - You need to send the messages from the same location as where you subscribed
  80.   from (to avoid spam mails).
  81. - Maximum message size is 40000 characters.
  82.  
  83. If you want to join, send a message to
  84.     <vim-help@vim.org>
  85. Make sure that your "From:" address is correct.  Then the list server will
  86. give you a little help.
  87.  
  88. Send any other comments, patches, pizza and suggestions to:
  89.  
  90.     Bram Moolenaar        E-mail:    Bram@vim.org
  91.     Clematisstraat 30
  92.     5925 BE  Venlo        Fax: +31 77 3595473
  93.     The Netherlands        Tel: +31 77 3872340
  94.